home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #9 / Amiga Plus CD - 2004 - No. 09.iso / amigaplus / tools / amigaos4_only / ifxlite / imagefx3 / rexx / autofx / contrast.ifx < prev    next >
Text File  |  2004-08-03  |  789b  |  34 lines

  1. /*
  2.  * $VER: Contrast.ifx 2.5 (25.02.96)
  3.  * Copyright © 1992-1996 Nova Design, Inc.
  4.  *
  5.  * Original version by Steve Tibbett
  6.  * Updated by Thomas Krehbiel
  7.  *
  8.  * Inputs:
  9.  *    Word(Arg(1),1) = Frame number (1 - N)
  10.  *    Word(Arg(1),2) = Main filename ("-" if not specified)
  11.  *    Word(Arg(1),3) = Swap filename ("-" if not specified)
  12.  *    Word(Arg(1),4) = Sequence number
  13.  *    Word(Arg(1),5) = Total number of frames (N)
  14.  *    Word(Arg(1),6) = Alpha filename ("-" if not specified) [2.5]
  15.  *
  16.  * Returns:
  17.  *    0 if successful, non-zero on failure
  18.  *
  19.  */
  20.  
  21. Options Results
  22.  
  23. SeqNum=Word(Arg(1),4);
  24.  
  25. Settings=GetClip("ImpContrastParameters"||SeqNum);
  26. if (Settings="") then do
  27.     RequestNotify "ImpContrastParameters invalid in ImpContrast.ifx"
  28.     EXIT 20
  29.     End
  30.  
  31. Parse Var Settings
  32.  
  33. Contrast Settings
  34.